home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / DB / DGROUP.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1993-12-13  |  3.9 KB  |  83 lines

  1.  
  2. DGROUP.ZIP version 2.0
  3.  
  4. Copyright(C) 1993, Robert G. Montgomery.  All Rights Reserved.
  5.  
  6. DGROUP.ZIP is a compressed file containing a collection of text files and
  7. program source files, allowing for monitoring and manipulating an area of
  8. memory known as DGROUP, which exists in programs created using CA-Clipper
  9. (hereafter referred to as Clipper), a product of Computer Associates
  10. International.  CA-Clipper is a trademark of Computer Associates
  11. International.
  12.  
  13. The included program source files are as follows:
  14.   DG_UTIL.C - allows monitoring of DGROUP status.
  15.   FIX669.C - adjusts _estatlow downward.
  16.   FIX668.PRG - adjusts _evalhigh upward.
  17.   VIEWSTAT.PRG - allows viewing VALUES for all static variables and ITEMs.
  18.  
  19. Also included:
  20.   README.TXT - the file you are reading.
  21.   DGROUP.TXT - a general discussion of DGROUP and its relationship to Clipper.
  22.  
  23. Other Files:
  24.   DGROUP.LIB - compiled version of above program files.  Compiled with Borland
  25.   C++ or Clipper 5.2c, whichever is appropriate.
  26.  
  27.  
  28. You are hereby granted rights to include the functions contained within
  29. DGROUP.ZIP in your application programs, free of charge, and if you deem
  30. necessary, you may also distribute the source for the functions with the
  31. source for any applications which use them.  You are also granted rights
  32. to distribute DGROUP.ZIP in its whole form to anyone who has an interest
  33. in it, free of charge, using whatever means available, including uploading
  34. to any BBS or similar forum, for public access by anyone who may be
  35. interested in it.
  36.  
  37. If the contents of DGROUP.ZIP are of use to you, and you feel inclined to
  38. send a "tip" to the author, please send $20 to:
  39.  
  40.   Robert G. Montgomery
  41.   1822 W. 3rd St.
  42.   Duluth, MN  55806
  43.   (218) 722-3878
  44.  
  45. Such compensation is not necessary to use or distribute the functions
  46. provided in DGROUP.ZIP, but it would be nice <bg>!.
  47.  
  48. Note that the information and functions provided in DGROUP.ZIP are based
  49. on information gathered by the author from messages posted in the Clipper
  50. forum on Compuserve (many thanks to all who provided information).  Many
  51. of the functions are based on UNDOCUMENTED public variable references
  52. defined within CLIPPER.LIB, and therefore, they will probably not work
  53. with future versions of Clipper (see source for more information on this).
  54. The information and functions provided with DGROUP.ZIP are provided on an
  55. "AS IS" basis.  There is no guarantee or warrantee of any kind, either
  56. expressed or implied, as to its ability or inability to solve any
  57. particular problem using any version of Clipper.
  58.  
  59. USE THE FUNCTIONS AT YOUR OWN RISK.
  60.  
  61. Stored within the file DGROUP.ZIP is the file DGROUP.LIB, which is a library
  62. file containing the compiled versions of all the source code included in
  63. DGROUP.ZIP, with the Clipper source being compiled with Clipper version
  64. 5.2c.  This library file will only work when linked with Clipper
  65. applications which were compiled with Clipper 5.2c.  For other versions of
  66. Clipper, compile the Clipper source included in DGROUP.ZIP and update
  67. DGROUP.LIB using a library file manager.  The C source may be compiled using
  68. any C compiler that is compatible with Clipper.  The Clipper manuals show
  69. how to compile using Microsoft C, look to the Clipper forum on CIS for
  70. information on compiling using any other C compiler.  The C code only
  71. accesses functions defined within CLIPPER.LIB, it does not access any
  72. functions provided as part of any C compiler run-time libraries.
  73.  
  74. Note that all Clipper compiled OBJs linked into an application, including
  75. any which is part of a library file, must be compiled under the same
  76. version of Clipper, and linked with the that same version of CLIPPER.LIB
  77. and EXTEND.LIB.  Failure to do this may result in Unrecoverable Error 666
  78. and/or 999.
  79.  
  80. All functions in DGROUP, except for fix_UE668(), will only work when linking
  81. with Clipper version 5.2, and hopefully later.  fix_UE668() works with 
  82. Clipper versions 5.0-5.2.
  83.